Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Class KeyConfigurationEvent

java.lang.Object
  extended byorg.eclipse.ui.commands.KeyConfigurationEvent

public final class KeyConfigurationEvent
extends Object

An instance of KeyConfigurationEvent describes changes to an instance of IKeyConfiguration.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IKeyConfiguration, IKeyConfigurationListener#commandChanged

Constructor Summary
KeyConfigurationEvent(IKeyConfiguration keyConfiguration, boolean activeChanged, boolean definedChanged, boolean descriptionChanged, boolean nameChanged, boolean parentIdChanged)
          TODO javadoc
 
Method Summary
 IKeyConfiguration getKeyConfiguration()
          Returns the instance of IKeyConfiguration that has changed.
 boolean hasActiveChanged()
          TODO javadoc
 boolean hasDefinedChanged()
          TODO javadoc
 boolean hasDescriptionChanged()
          TODO javadoc
 boolean hasNameChanged()
          TODO javadoc
 boolean hasParentIdChanged()
          TODO javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyConfigurationEvent

public KeyConfigurationEvent(IKeyConfiguration keyConfiguration,
                             boolean activeChanged,
                             boolean definedChanged,
                             boolean descriptionChanged,
                             boolean nameChanged,
                             boolean parentIdChanged)
TODO javadoc

Parameters:
keyConfiguration -
activeChanged -
definedChanged -
descriptionChanged -
nameChanged -
parentIdChanged -
Method Detail

getKeyConfiguration

public IKeyConfiguration getKeyConfiguration()
Returns the instance of IKeyConfiguration that has changed.

Returns:
the instance of IKeyConfiguration that has changed. Guaranteed not to be null.

hasActiveChanged

public boolean hasActiveChanged()
TODO javadoc


hasDefinedChanged

public boolean hasDefinedChanged()
TODO javadoc


hasDescriptionChanged

public boolean hasDescriptionChanged()
TODO javadoc


hasNameChanged

public boolean hasNameChanged()
TODO javadoc


hasParentIdChanged

public boolean hasParentIdChanged()
TODO javadoc


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.